Skip to main content

RegionEntryLocation

The location where the player warps into a region.


X

The X position of the location. It ranges between -5000 and 5000. It increments by 1. It is of the type number.


Y

The Y position of the location. It ranges between 4000 and 6000. It increments by 1. It is of the type number.


Z

The Z position of the location. It ranges between -5000 and 5000. It increments by 1. It is of the type number.

Luau Type

This is the luau type for RegionEntryLocation. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

type RegionEntryLocation = {
Y: number,
X: number,
Z: number,
}